'Declaration Public Function New( _
ByVal nameThe name of processing tree.As System.String, _
ByVal processingCommandsThe processing commands.As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo) _
)
public PdfA1ProcessingTree(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommandInfo> processingCommands
)
public: PdfA1ProcessingTree(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* processingCommands
)
public:
PdfA1ProcessingTree(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ processingCommands
)
Parameters
- name
- The name of processing tree.
- processingCommands
- The processing commands.